Skip to content

TableSectionInformation class

Attributes: [DebuggerDisplay("{Collection}, {SizeHint}")]

Defined in

Namespace: ReactiveUI.Reactive Assembly: ReactiveUI.Reactive.dll Full name: ReactiveUI.Reactive.TableSectionInformation<T> Modifiers: public

Summary

View source

Class used to extract a common API between UITableView and UITableViewCell.

Applies to

net10.0-ios26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0

Class hierarchy
classDiagram
class TableSectionInformation~T~
class ISectionInformation~UITableViewCell~ {
    <>
}
ISectionInformation~UITableViewCell~ <|.. TableSectionInformation~T~

Implements: ISectionInformation<UITableViewCell>

Constructors

NameSummary
.ctor

Properties

NameSummary
CollectionGets the collection.
InitializeCellActionGets the initialize cell action.
CellKeySelectorGets the cell key selector.
SizeHintGets the size hint.
HeaderGets or sets the header of this section.
FooterGets or sets the footer of this section.
Inherited members